Replace some src/s undefs by never even checking on relevant platforms
authorGlenn Morris <rgm@gnu.org>
Sat, 7 Jul 2012 01:03:46 +0000 (21:03 -0400)
committerGlenn Morris <rgm@gnu.org>
Sat, 7 Jul 2012 01:03:46 +0000 (21:03 -0400)
commitb37fae8a3cbef6a7d015b94ee490abf4ad8cb0cf
treebc87e9f85428f280d6379781956961f979e9accf
parent64535e762516d4c302528c1371f7700ed7ef134c
Replace some src/s undefs by never even checking on relevant platforms

* configure.in: (getwd): Don't check for it on unixware.
(random, rint): Don't check for these on hpux.
(res_init, libresolv): Don't check for these on darwin.

* src/s/darwin.h (HAVE_RES_INIT, HAVE_LIBRESOLV):
* src/s/hpux10-20.h (HAVE_RINT, HAVE_RANDOM):
* src/s/unixware.h (HAVE_GETWD): Move undefs to configure (effectively).
ChangeLog
configure.in
src/ChangeLog
src/s/darwin.h
src/s/hpux10-20.h
src/s/unixware.h